home *** CD-ROM | disk | FTP | other *** search
/ Solar Heaven / solar heaven.iso / plany.doc < prev    next >
Text File  |  1993-05-15  |  2KB  |  59 lines

  1. Play Any File through SoundBlaster - version 1.1 May 1993
  2.  
  3. SUMMARY:
  4.  
  5.         PLANY input_file [-r speed] [-s] [-u] [-i irq] [-p port] [-v]
  6.  
  7.         input_file: Sound file name. Required
  8.         -r:    set output rate (samples/sec)
  9.         -s:    sample is signed
  10.         -u:    sample is U_LAW
  11.         -i:    IRQ. default from BLASTER variable, or 7
  12.         -p:    port. default from BLASTER variable, or 544. (220h)
  13.         -v:    verbose output
  14.  
  15.  
  16. DESCRIPTION:
  17.  
  18.         PLANY will play any sound file through the SoundBlaster.
  19.         Currently supported sound types:
  20.  
  21.                 SoundBlaster .VOC
  22.                 Sun/NeXT/DEC .AU
  23.                 Windows .WAV
  24.                 Sounder/Soundtools .SND
  25.                 Amiga .8SVX  .IFF
  26.  
  27.         In addition, PLANY will attempt to detect and play the sound 
  28.         samples contained in Amiga .MOD files.
  29.  
  30.         If PLANY is unable to identify the header of the sound file,
  31.         it will default to 'unsigned' and '11000 samples/sec', unless
  32.         changed by command line options.
  33.  
  34.         Press any key during playback to terminate output.
  35.  
  36.  
  37. REFERENCES:
  38.  
  39.         SBlast-BSD-1.4  - Sound Blaster BSD Unix device driver
  40.                                 Steve Haehnichen
  41.  
  42.         SBDOS           - MS-DOS Sound Blaster driver
  43.                                 Michael Fulbright
  44.  
  45.         SBDAC           - Sound Blaster DMA
  46.                                 Jeff Bird
  47.  
  48.         SOX             - Sound Exchange universal sound sample translator
  49.                                 Lance Norskog
  50.                                 Guido van Rossum
  51.                                 Jef Poskanzer
  52.                                 Bill Neisius
  53.  
  54.  
  55. COMMENTS/SUGGESTIONS:
  56.         
  57.         Bill Neisius
  58.         bill@solaria.hac.com
  59.